home *** CD-ROM | disk | FTP | other *** search
/ Openstep 4.2 (Developer) / Openstep Developer 4.2.iso / NextDeveloper / Examples / AppKit / ToDo / English.lproj / ToDoInspector.nib / data.classes next >
Encoding:
Text File  |  1996-03-28  |  1.1 KB  |  47 lines

  1. "NSResponder" = {SUPERCLASS = NSObject; };
  2. "ToDoInspector" = {
  3.     ACTIONS = ("newInspectorView:", "switchChecked:"); 
  4.     OUTLETS = (
  5.         currentInspView, 
  6.         dummyView, 
  7.         inspDate, 
  8.         inspectorViews, 
  9.         inspItem, 
  10.         inspNotes, 
  11.         inspNotifAMPM, 
  12.         inspNotifHour, 
  13.         inspNotifMinute, 
  14.         inspNotifOtherHours, 
  15.         inspNotifSwitchMatrix, 
  16.         inspPopUp, 
  17.         inspSchedComplete, 
  18.         inspSchedDate, 
  19.         insSchedMatrix, 
  20.         notesView, 
  21.         notifView, 
  22.         reschedView
  23.     ); 
  24.     SUPERCLASS = NSObject; 
  25. };
  26. "NSView" = {
  27.     ACTIONS = ("fax:", "print:"); 
  28.     OUTLETS = (nextKeySubview, nextKeyView); 
  29.     SUPERCLASS = NSResponder; 
  30. };
  31. "ToDoController" = {
  32.     ACTIONS = (
  33.         "closeDoc:", 
  34.         "deleteDoc:", 
  35.         "newDoc:", 
  36.         "openDoc:", 
  37.         "saveDoc:", 
  38.         "showInfo:", 
  39.         "showInspector:", 
  40.         "showPreferences:"
  41.     ); 
  42.     OUTLETS = (inspector); 
  43.     SUPERCLASS = NSObject; 
  44. };
  45. "NSObject" = {};
  46. "FirstResponder" = {CATEGORY = LocalActions; };
  47.